home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
filesyst
/
dosfs
/
dmsdosfs.000
/
dmsdosfs
/
dmsdosfs-0.6.9b
/
Makefile_2.0
< prev
next >
Wrap
Makefile
|
1996-07-15
|
585b
|
18 lines
#
# Makefile for the linux DMSDOS filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := dmsdos.o
O_OBJS := dmsdos_spc.o dmsdos_dec.o dmsdos_alloc.o \
dmsdos_write.o dmsdos_compr.o dmsdos_ioctl.o dmsdos_read.o \
dmsdos_lfn.o dmsdos_fixdir.o
OX_OBJS := dmsdos_std.o
M_OBJS := $(O_TARGET)
include $(TOPDIR)/Rules.make